home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / format / help.txt < prev    next >
Encoding:
Text File  |  2000-08-25  |  1.0 KB  |  24 lines

  1. HELP.TXT
  2.  
  3. Help:
  4.  
  5. Syntax:
  6.  
  7. FORMAT drive: [/V[:label]] [/Q] [/U] [/F:size] [/B | /S]
  8. FORMAT drive: [/V[:label]] [/Q] [/U] [/T:tracks /N:sectors] [/B | /S]
  9. FORMAT drive: [/V[:label]] [/Q] [/U] [/1] [/4] [/B | /S]
  10. FORMAT drive: [/Q] [/U] [/1] [/4] [/8] [/B | /S]
  11.  
  12.  /V:label   Specifies a volume label for the disk.
  13.  /Q         Quick formats the disk.  The disk can be UNFORMATed.
  14.  /U         Unconditionally formats the disk.  The disk cannot be UNFORMATted
  15.  /F:size    Specifies the size of the floppy disk to format.  Valid sizes are:
  16.               160, 180, 320, 360, 720, 1200, 1440, or 2880.
  17.  /B         Kept for compatibility, formally reserved space for the boot files.
  18.  /S         Copies the operating system files to make the disk bootable.
  19.  /T:tracks  Specifies the number of tracks on a floppy disk.
  20.  /N:sectors Specifies the number of sectors on a floppy disk.
  21.  /1         Formats a single side of a floppy disk.
  22.  /4         Formats a 360K floppy disk in a 1.2 MB floppy drive.
  23.  /8         Formats a 5.25" disk with 8 sectors per track.
  24.